home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / ell.lha / ell / src / Follow.md < prev    next >
Text File  |  1992-08-18  |  261b  |  19 lines

  1. (*
  2.  *    ell2 - a redesign of ell
  3.  *
  4.  *    $RCSfile: Follow.md,v $
  5.  *    
  6.  *    purpose:    compute follow sets
  7.  *
  8.  *    $Author: grosch $
  9.  *    $Date: 1991/02/06 16:15:51 $
  10.  *)
  11.  
  12. DEFINITION MODULE Follow;
  13.  
  14. FROM Idents    IMPORT    tIdent;
  15.  
  16. PROCEDURE Follows (start: tIdent);
  17.  
  18. END Follow.
  19.